﻿2026-06-13T10:19:31.1110449Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-13T10:19:31.1111048Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-13T10:19:31.1111401Z [36;1m$PIN = "0c95435"[0m
2026-06-13T10:19:31.1111770Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-13T10:19:31.1112201Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-13T10:19:31.1112680Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-13T10:19:31.1113100Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-13T10:19:31.1113493Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-13T10:19:31.1113823Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-13T10:19:31.1114075Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-13T10:19:31.1114356Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-13T10:19:31.1114670Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-13T10:19:31.1114948Z [36;1m}[0m
2026-06-13T10:19:31.1115138Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-13T10:19:31.1115969Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-13T10:19:31.1196785Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-13T10:19:31.1197092Z ##[endgroup]
2026-06-13T10:19:32.1886792Z    Compiling proc-macro2 v1.0.106
2026-06-13T10:19:32.1887133Z    Compiling unicode-ident v1.0.24
2026-06-13T10:19:32.1887362Z    Compiling quote v1.0.45
2026-06-13T10:19:32.1887579Z    Compiling cfg-if v1.0.4
2026-06-13T10:19:32.1887776Z    Compiling serde_core v1.0.228
2026-06-13T10:19:32.1888077Z    Compiling serde v1.0.228
2026-06-13T10:19:32.1888320Z    Compiling windows-link v0.2.1
2026-06-13T10:19:32.1888677Z    Compiling portable-atomic v1.13.1
2026-06-13T10:19:32.1888987Z    Compiling typenum v1.20.1
2026-06-13T10:19:32.1889849Z    Compiling getrandom v0.3.4
2026-06-13T10:19:32.1890223Z    Compiling version_check v0.9.5
2026-06-13T10:19:32.1890606Z    Compiling pin-project-lite v0.2.17
2026-06-13T10:19:32.1891502Z    Compiling shlex v2.0.1
2026-06-13T10:19:32.1892179Z    Compiling find-msvc-tools v0.1.9
2026-06-13T10:19:32.1892565Z    Compiling critical-section v1.2.0
2026-06-13T10:19:32.1892950Z    Compiling memchr v2.8.1
2026-06-13T10:19:32.2890176Z    Compiling windows-sys v0.61.2
2026-06-13T10:19:32.2992680Z    Compiling subtle v2.6.1
2026-06-13T10:19:32.3429194Z    Compiling futures-core v0.3.32
2026-06-13T10:19:32.3566780Z    Compiling bytes v1.11.1
2026-06-13T10:19:32.4176547Z    Compiling semver v1.0.28
2026-06-13T10:19:32.4759458Z    Compiling smallvec v1.15.1
2026-06-13T10:19:32.6661440Z    Compiling itoa v1.0.18
2026-06-13T10:19:32.7005845Z    Compiling equivalent v1.0.2
2026-06-13T10:19:32.8517614Z    Compiling rustc_version v0.4.1
2026-06-13T10:19:32.8581288Z    Compiling stable_deref_trait v1.2.1
2026-06-13T10:19:32.8662258Z    Compiling generic-array v0.14.7
2026-06-13T10:19:32.9053045Z    Compiling log v0.4.32
2026-06-13T10:19:32.9133341Z    Compiling futures-io v0.3.32
2026-06-13T10:19:32.9947045Z    Compiling futures-sink v0.3.32
2026-06-13T10:19:33.0004565Z    Compiling slab v0.4.12
2026-06-13T10:19:33.0088830Z    Compiling futures-task v0.3.32
2026-06-13T10:19:33.2017553Z    Compiling futures-channel v0.3.32
2026-06-13T10:19:33.2045175Z    Compiling hashbrown v0.17.1
2026-06-13T10:19:33.2503124Z    Compiling getrandom v0.2.17
2026-06-13T10:19:33.2657049Z    Compiling cpufeatures v0.2.17
2026-06-13T10:19:33.2731019Z    Compiling fnv v1.0.7
2026-06-13T10:19:33.3076473Z    Compiling libc v0.2.186
2026-06-13T10:19:33.3348326Z    Compiling jobserver v0.1.34
2026-06-13T10:19:33.3548603Z    Compiling rand_core v0.10.1
2026-06-13T10:19:33.4186416Z    Compiling cfg_aliases v0.2.1
2026-06-13T10:19:33.4198494Z    Compiling litemap v0.8.2
2026-06-13T10:19:33.4666193Z    Compiling writeable v0.6.3
2026-06-13T10:19:33.4949427Z    Compiling autocfg v1.5.1
2026-06-13T10:19:33.5019347Z    Compiling rustversion v1.0.22
2026-06-13T10:19:33.5464870Z    Compiling dunce v1.0.5
2026-06-13T10:19:33.5877405Z    Compiling cc v1.2.63
2026-06-13T10:19:33.5933818Z    Compiling utf8_iter v1.0.4
2026-06-13T10:19:33.6113303Z    Compiling fs_extra v1.3.0
2026-06-13T10:19:33.7564094Z    Compiling icu_properties_data v2.2.0
2026-06-13T10:19:33.7755195Z    Compiling getrandom v0.4.2
2026-06-13T10:19:33.7952849Z    Compiling icu_normalizer_data v2.2.0
2026-06-13T10:19:33.8302209Z    Compiling percent-encoding v2.3.2
2026-06-13T10:19:33.8409800Z    Compiling http v1.4.1
2026-06-13T10:19:33.9901498Z    Compiling syn v2.0.117
2026-06-13T10:19:34.1364257Z    Compiling indexmap v2.14.0
2026-06-13T10:19:34.1605311Z    Compiling aws-lc-rs v1.17.0
2026-06-13T10:19:34.2075177Z    Compiling thiserror v2.0.18
2026-06-13T10:19:34.2394850Z    Compiling cpufeatures v0.3.0
2026-06-13T10:19:34.2533120Z    Compiling strsim v0.11.1
2026-06-13T10:19:34.5212707Z    Compiling crypto-common v0.1.7
2026-06-13T10:19:34.6091942Z    Compiling block-buffer v0.10.4
2026-06-13T10:19:34.6202999Z    Compiling chacha20 v0.10.0
2026-06-13T10:19:34.6459826Z    Compiling form_urlencoded v1.2.2
2026-06-13T10:19:34.6669421Z    Compiling ident_case v1.0.1
2026-06-13T10:19:34.6856940Z    Compiling untrusted v0.9.0
2026-06-13T10:19:34.7369592Z    Compiling num-traits v0.2.19
2026-06-13T10:19:34.8635110Z    Compiling cmake v0.1.58
2026-06-13T10:19:34.8895690Z    Compiling digest v0.10.7
2026-06-13T10:19:34.9316207Z    Compiling windows-strings v0.5.1
2026-06-13T10:19:34.9634157Z    Compiling rand v0.10.1
2026-06-13T10:19:35.0552268Z    Compiling windows-result v0.4.1
2026-06-13T10:19:35.0786673Z    Compiling rustls v0.23.40
2026-06-13T10:19:35.1085728Z    Compiling unicode-segmentation v1.13.3
2026-06-13T10:19:35.1586752Z    Compiling scopeguard v1.2.0
2026-06-13T10:19:35.2787783Z    Compiling lock_api v0.4.14
2026-06-13T10:19:35.3185487Z    Compiling anyhow v1.0.102
2026-06-13T10:19:35.3302146Z    Compiling bitflags v2.12.1
2026-06-13T10:19:35.3972805Z    Compiling const-oid v0.10.2
2026-06-13T10:19:35.4612826Z    Compiling unicode-xid v0.2.6
2026-06-13T10:19:35.5526980Z    Compiling atomic-waker v1.1.2
2026-06-13T10:19:35.5818935Z    Compiling zerocopy v0.8.50
2026-06-13T10:19:35.6879285Z    Compiling convert_case v0.10.0
2026-06-13T10:19:35.7110734Z    Compiling httparse v1.10.1
2026-06-13T10:19:35.7317862Z    Compiling http-body v1.0.1
2026-06-13T10:19:35.7681301Z    Compiling hybrid-array v0.4.12
2026-06-13T10:19:35.7717117Z    Compiling curve25519-dalek v4.1.3
2026-06-13T10:19:35.7718265Z    Compiling ahash v0.8.12
2026-06-13T10:19:35.7946938Z    Compiling base64ct v1.8.3
2026-06-13T10:19:36.0021821Z    Compiling fastrand v2.4.1
2026-06-13T10:19:36.0475494Z    Compiling aws-lc-sys v0.41.0
2026-06-13T10:19:36.0507642Z    Compiling ring v0.17.14
2026-06-13T10:19:36.1529640Z    Compiling powerfmt v0.2.0
2026-06-13T10:19:36.1836429Z    Compiling heck v0.5.0
2026-06-13T10:19:36.2579427Z    Compiling pem-rfc7468 v1.0.0
2026-06-13T10:19:36.3389955Z    Compiling rand_core v0.6.4
2026-06-13T10:19:36.4350507Z    Compiling deranged v0.5.8
2026-06-13T10:19:36.4860342Z    Compiling base64 v0.22.1
2026-06-13T10:19:36.5307214Z    Compiling try-lock v0.2.5
2026-06-13T10:19:36.5499654Z    Compiling time-core v0.1.8
2026-06-13T10:19:36.5831444Z    Compiling pkg-config v0.3.33
2026-06-13T10:19:36.6860570Z    Compiling zmij v1.0.21
2026-06-13T10:19:36.7507032Z    Compiling num-conv v0.2.2
2026-06-13T10:19:36.7519021Z    Compiling tower-service v0.3.3
2026-06-13T10:19:36.7918850Z    Compiling parking_lot_core v0.9.12
2026-06-13T10:19:36.8150077Z    Compiling vcpkg v0.2.15
2026-06-13T10:19:36.9184962Z    Compiling tinyvec_macros v0.1.1
2026-06-13T10:19:36.9407125Z    Compiling data-encoding v2.11.0
2026-06-13T10:19:36.9831340Z    Compiling want v0.3.1
2026-06-13T10:19:36.9868256Z    Compiling block-buffer v0.12.0
2026-06-13T10:19:37.0219197Z    Compiling crypto-common v0.2.2
2026-06-13T10:19:37.1056531Z    Compiling tinyvec v1.11.0
2026-06-13T10:19:37.1172619Z    Compiling vergen-lib v9.1.0
2026-06-13T10:19:37.2128277Z    Compiling sha2 v0.10.9
2026-06-13T10:19:37.2340773Z    Compiling inout v0.1.4
2026-06-13T10:19:37.2956220Z    Compiling n0-future v0.3.2
2026-06-13T10:19:37.3125428Z    Compiling signature v2.2.0
2026-06-13T10:19:37.3923482Z    Compiling spin v0.10.0
2026-06-13T10:19:37.4675255Z    Compiling cordyceps v0.3.4
2026-06-13T10:19:37.4695903Z    Compiling parking v2.2.1
2026-06-13T10:19:37.5884775Z    Compiling diatomic-waker v0.2.3
2026-06-13T10:19:37.6229274Z    Compiling serde_json v1.0.150
2026-06-13T10:19:37.6390369Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-13T10:19:37.6930129Z    Compiling winnow v1.0.3
2026-06-13T10:19:37.7082729Z    Compiling httpdate v1.0.3
2026-06-13T10:19:37.8679917Z    Compiling crossbeam-utils v0.8.21
2026-06-13T10:19:37.9237730Z    Compiling digest v0.11.3
2026-06-13T10:19:37.9302456Z    Compiling futures-buffered v0.2.13
2026-06-13T10:19:37.9641602Z    Compiling libsqlite3-sys v0.30.1
2026-06-13T10:19:38.0970054Z    Compiling futures-lite v2.6.1
2026-06-13T10:19:38.0996081Z    Compiling ed25519 v2.2.3
2026-06-13T10:19:38.1785817Z    Compiling cipher v0.4.4
2026-06-13T10:19:38.4748525Z    Compiling vergen-lib v0.1.6
2026-06-13T10:19:38.5237698Z    Compiling vergen v9.1.0
2026-06-13T10:19:38.5329392Z    Compiling universal-hash v0.5.1
2026-06-13T10:19:38.6200013Z    Compiling noq-udp v0.10.0
2026-06-13T10:19:38.6985321Z    Compiling heapless v0.7.17
2026-06-13T10:19:38.7265628Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-13T10:19:38.8410533Z    Compiling sync_wrapper v1.0.2
2026-06-13T10:19:38.8653941Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-13T10:19:38.9709671Z    Compiling synstructure v0.13.2
2026-06-13T10:19:39.0704904Z    Compiling darling_core v0.20.11
2026-06-13T10:19:39.1248381Z    Compiling byteorder v1.5.0
2026-06-13T10:19:39.2036310Z    Compiling opaque-debug v0.3.1
2026-06-13T10:19:39.2083001Z    Compiling either v1.16.0
2026-06-13T10:19:39.3236331Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-13T10:19:39.3335668Z    Compiling polyval v0.6.2
2026-06-13T10:19:39.3346895Z    Compiling hash32 v0.2.1
2026-06-13T10:19:39.4744861Z    Compiling parking_lot v0.12.5
2026-06-13T10:19:39.6568434Z    Compiling spin v0.9.8
2026-06-13T10:19:39.7315240Z    Compiling vergen-gitcl v1.0.8
2026-06-13T10:19:39.7833989Z    Compiling windows-threading v0.2.1
2026-06-13T10:19:39.8690094Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-13T10:19:40.0060785Z    Compiling tower-layer v0.3.3
2026-06-13T10:19:40.0178353Z    Compiling fallible-iterator v0.3.0
2026-06-13T10:19:40.0696299Z    Compiling signature v3.0.0
2026-06-13T10:19:40.2302136Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-13T10:19:40.3518150Z    Compiling ghash v0.5.1
2026-06-13T10:19:40.3601284Z    Compiling windows-targets v0.52.6
2026-06-13T10:19:40.4527531Z    Compiling ctr v0.9.2
2026-06-13T10:19:40.5366862Z    Compiling aes v0.8.4
2026-06-13T10:19:40.5781220Z    Compiling sha2 v0.11.0-rc.5
2026-06-13T10:19:40.5914650Z    Compiling time v0.3.47
2026-06-13T10:19:40.6358083Z    Compiling http-body-util v0.1.3
2026-06-13T10:19:40.6358638Z    Compiling aead v0.5.2
2026-06-13T10:19:40.8230954Z    Compiling winapi v0.3.9
2026-06-13T10:19:40.8612321Z    Compiling ipconfig v0.3.4
2026-06-13T10:19:40.9777823Z    Compiling widestring v1.2.1
2026-06-13T10:19:41.1155347Z    Compiling windows-sys v0.59.0
2026-06-13T10:19:41.2106538Z    Compiling aes-gcm v0.10.3
2026-06-13T10:19:41.3168321Z    Compiling proc-macro-crate v3.5.0
2026-06-13T10:19:41.5223314Z    Compiling socket2 v0.6.4
2026-06-13T10:19:41.5898666Z    Compiling mio v1.2.1
2026-06-13T10:19:41.8761032Z    Compiling serde_derive v1.0.228
2026-06-13T10:19:41.8761623Z    Compiling zeroize_derive v1.4.3
2026-06-13T10:19:41.9852618Z    Compiling zerofrom-derive v0.1.7
2026-06-13T10:19:42.0768242Z    Compiling yoke-derive v0.8.2
2026-06-13T10:19:42.1105551Z    Compiling tokio-macros v2.7.0
2026-06-13T10:19:42.1984489Z    Compiling futures-macro v0.3.32
2026-06-13T10:19:42.2293218Z    Compiling zerovec-derive v0.11.3
2026-06-13T10:19:42.3736259Z    Compiling displaydoc v0.2.6
2026-06-13T10:19:42.8873605Z    Compiling zeroize v1.8.2
2026-06-13T10:19:42.9358646Z    Compiling tracing-attributes v0.1.31
2026-06-13T10:19:43.2394364Z    Compiling thiserror-impl v2.0.18
2026-06-13T10:19:43.3509869Z    Compiling tokio v1.52.3
2026-06-13T10:19:43.4648146Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-13T10:19:43.4751977Z    Compiling rustls-pki-types v1.14.1
2026-06-13T10:19:43.6287656Z    Compiling futures-util v0.3.32
2026-06-13T10:19:43.6836232Z    Compiling darling_macro v0.20.11
2026-06-13T10:19:43.9019694Z    Compiling derive_more-impl v2.1.1
2026-06-13T10:19:44.2588662Z    Compiling windows-implement v0.60.2
2026-06-13T10:19:44.3153519Z    Compiling n0-error-macros v0.1.3
2026-06-13T10:19:44.4953706Z    Compiling spez v0.1.2
2026-06-13T10:19:44.5191227Z    Compiling zerofrom v0.1.8
2026-06-13T10:19:44.5582240Z    Compiling windows-interface v0.59.3
2026-06-13T10:19:44.6023366Z    Compiling der v0.8.0-rc.10
2026-06-13T10:19:44.6134015Z    Compiling darling v0.20.11
2026-06-13T10:19:44.8182569Z    Compiling pin-project-internal v1.1.13
2026-06-13T10:19:45.0100067Z    Compiling yoke v0.8.3
2026-06-13T10:19:45.0524775Z    Compiling derive_builder_core v0.20.2
2026-06-13T10:19:45.3647653Z    Compiling postcard-derive v0.2.2
2026-06-13T10:19:45.5189070Z    Compiling zerovec v0.11.6
2026-06-13T10:19:45.5907191Z    Compiling zerotrie v0.2.4
2026-06-13T10:19:45.7688044Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-13T10:19:45.8655100Z    Compiling n0-error v0.1.3
2026-06-13T10:19:45.8686836Z    Compiling windows-core v0.62.2
2026-06-13T10:19:46.1189677Z    Compiling cobs v0.3.0
2026-06-13T10:19:46.3210166Z    Compiling num_enum_derive v0.7.6
2026-06-13T10:19:46.4310154Z    Compiling strum_macros v0.28.0
2026-06-13T10:19:46.4840238Z    Compiling ed25519-dalek v2.2.0
2026-06-13T10:19:46.5114297Z    Compiling data-encoding-macro v0.1.20
2026-06-13T10:19:46.6467356Z    Compiling tinystr v0.8.3
2026-06-13T10:19:46.7091656Z    Compiling potential_utf v0.1.5
2026-06-13T10:19:46.7491713Z    Compiling spki v0.8.0-rc.4
2026-06-13T10:19:46.7575065Z    Compiling derive_builder_macro v0.20.2
2026-06-13T10:19:46.7840933Z    Compiling pin-project v1.1.13
2026-06-13T10:19:46.9919633Z    Compiling icu_locale_core v2.2.0
2026-06-13T10:19:47.0364137Z    Compiling icu_collections v2.2.0
2026-06-13T10:19:47.0454192Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-13T10:19:47.1297581Z    Compiling windows-future v0.3.2
2026-06-13T10:19:47.2002298Z    Compiling windows-collections v0.3.2
2026-06-13T10:19:47.2324513Z    Compiling windows-numerics v0.3.1
2026-06-13T10:19:47.3388638Z    Compiling derive_builder v0.20.2
2026-06-13T10:19:47.4631923Z    Compiling spt-proto v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-13T10:19:47.4888594Z    Compiling enum-assoc v1.3.0
2026-06-13T10:19:47.5670063Z    Compiling async-trait v0.1.89
2026-06-13T10:19:47.6369637Z    Compiling iroh-metrics-derive v0.4.1
2026-06-13T10:19:47.9604510Z    Compiling windows v0.62.2
2026-06-13T10:19:48.2325657Z    Compiling ipnet v2.12.0
2026-06-13T10:19:48.2809341Z    Compiling ed25519 v3.0.0-rc.4
2026-06-13T10:19:48.7720636Z    Compiling icu_provider v2.2.0
2026-06-13T10:19:49.1588550Z    Compiling once_cell v1.21.4
2026-06-13T10:19:49.2344267Z    Compiling futures-executor v0.3.32
2026-06-13T10:19:49.2513849Z    Compiling prefix-trie v0.8.4
2026-06-13T10:19:49.5603981Z    Compiling tracing-core v0.1.36
2026-06-13T10:19:50.2306683Z    Compiling futures v0.3.32
2026-06-13T10:19:50.4406667Z    Compiling icu_normalizer v2.2.0
2026-06-13T10:19:50.4407261Z    Compiling icu_properties v2.2.0
2026-06-13T10:19:50.6093479Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-13T10:19:50.6093888Z    Compiling postcard v1.1.3
2026-06-13T10:19:50.7543484Z    Compiling tokio-util v0.7.18
2026-06-13T10:19:50.7782564Z    Compiling hashbrown v0.14.5
2026-06-13T10:19:50.9567417Z    Compiling tower v0.5.3
2026-06-13T10:19:51.7315377Z    Compiling tracing v0.1.44
2026-06-13T10:19:51.7317745Z    Compiling derive_more v2.1.1
2026-06-13T10:19:52.0964371Z    Compiling chrono v0.4.45
2026-06-13T10:19:52.1565579Z    Compiling crossbeam-epoch v0.9.18
2026-06-13T10:19:52.2033951Z    Compiling crossbeam-channel v0.5.15
2026-06-13T10:19:52.3441466Z    Compiling hashlink v0.9.1
2026-06-13T10:19:52.3464363Z    Compiling blake3 v1.8.5
2026-06-13T10:19:52.3614749Z    Compiling windows-registry v0.6.1
2026-06-13T10:19:52.5595975Z    Compiling idna_adapter v1.2.2
2026-06-13T10:19:52.7030466Z    Compiling h2 v0.4.14
2026-06-13T10:19:52.8274523Z    Compiling idna v1.1.0
2026-06-13T10:19:53.3230997Z    Compiling rusqlite v0.32.1
2026-06-13T10:19:53.3391333Z    Compiling uuid v1.23.2
2026-06-13T10:19:53.3406511Z    Compiling memoffset v0.6.5
2026-06-13T10:19:53.4225951Z    Compiling netwatch v0.16.0
2026-06-13T10:19:53.4276409Z    Compiling noq v0.18.0
2026-06-13T10:19:53.7777305Z    Compiling url v2.5.8
2026-06-13T10:19:54.1117835Z    Compiling acto v0.8.2
2026-06-13T10:19:54.2174181Z    Compiling aho-corasick v1.1.4
2026-06-13T10:19:54.3540256Z    Compiling rustc-hash v2.1.2
2026-06-13T10:19:54.6687859Z    Compiling lru-slab v0.1.2
2026-06-13T10:19:54.6785712Z    Compiling identity-hash v0.1.0
2026-06-13T10:19:55.3146569Z    Compiling tagptr v0.2.0
2026-06-13T10:19:55.3429883Z    Compiling allocator-api2 v0.2.21
2026-06-13T10:19:55.6368073Z    Compiling spt-store v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-13T10:19:56.1633178Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-13T10:19:56.3224914Z    Compiling regex-syntax v0.8.10
2026-06-13T10:19:56.4402169Z    Compiling sorted-index-buffer v0.2.1
2026-06-13T10:19:56.4662059Z    Compiling mac-addr v0.3.0
2026-06-13T10:19:56.5286870Z    Compiling ref-cast v1.0.25
2026-06-13T10:19:56.5458205Z    Compiling thiserror v1.0.69
2026-06-13T10:19:57.5028357Z    Compiling xml-rs v0.8.28
2026-06-13T10:19:57.7628554Z    Compiling foldhash v0.2.0
2026-06-13T10:19:57.7706824Z    Compiling ryu v1.0.23
2026-06-13T10:19:57.8736294Z    Compiling netdev v0.42.0
2026-06-13T10:19:59.1619299Z    Compiling iroh-metrics v0.38.3
2026-06-13T10:19:59.5291164Z    Compiling hashbrown v0.16.1
2026-06-13T10:20:00.1055788Z    Compiling hyper v1.10.1
2026-06-13T10:20:00.3111481Z    Compiling xmltree v0.10.3
2026-06-13T10:20:01.2167677Z    Compiling spt-msg v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-13T10:20:01.7611167Z    Compiling regex-automata v0.4.14
2026-06-13T10:20:02.6927505Z    Compiling wmi v0.18.4
2026-06-13T10:20:04.0023491Z    Compiling moka v0.12.15
2026-06-13T10:20:04.0825696Z    Compiling tower-http v0.6.11
2026-06-13T10:20:04.2456652Z    Compiling attohttpc v0.30.1
2026-06-13T10:20:04.9846860Z    Compiling hyper-util v0.1.20
2026-06-13T10:20:04.9847340Z    Compiling iroh-base v0.98.0
2026-06-13T10:20:06.9740950Z    Compiling n0-watcher v0.6.1
2026-06-13T10:20:07.7229766Z    Compiling tokio-stream v0.1.18
2026-06-13T10:20:08.3536871Z    Compiling iroh-relay v0.98.0
2026-06-13T10:20:08.4180239Z    Compiling strum v0.28.0
2026-06-13T10:20:08.6717368Z    Compiling serde_spanned v0.6.9
2026-06-13T10:20:09.0000665Z    Compiling toml_datetime v0.6.11
2026-06-13T10:20:09.0056567Z    Compiling num_enum v0.7.6
2026-06-13T10:20:09.0477076Z    Compiling thiserror-impl v1.0.69
2026-06-13T10:20:09.0969753Z    Compiling ref-cast-impl v1.0.25
2026-06-13T10:20:09.2951212Z    Compiling serde_derive_internals v0.29.1
2026-06-13T10:20:09.5652798Z    Compiling simple-dns v0.9.3
2026-06-13T10:20:09.6796084Z    Compiling serial-core v0.4.0
2026-06-13T10:20:09.6939791Z    Compiling arrayvec v0.7.6
2026-06-13T10:20:09.7275317Z    Compiling smol_str v0.1.24
2026-06-13T10:20:09.8507697Z    Compiling resolv-conf v0.7.6
2026-06-13T10:20:10.5187008Z    Compiling simdutf8 v0.1.5
2026-06-13T10:20:10.5292592Z    Compiling winnow v0.7.15
2026-06-13T10:20:10.5809889Z    Compiling toml_write v0.1.2
2026-06-13T10:20:10.6737253Z    Compiling arrayref v0.3.9
2026-06-13T10:20:10.9237874Z    Compiling constant_time_eq v0.4.2
2026-06-13T10:20:11.1076034Z    Compiling winreg v0.10.1
2026-06-13T10:20:11.1408845Z    Compiling sha1_smol v1.0.1
2026-06-13T10:20:11.6364337Z    Compiling serial-windows v0.4.0
2026-06-13T10:20:12.2199279Z    Compiling igd-next v0.17.1
2026-06-13T10:20:12.2668184Z    Compiling schemars_derive v1.2.1
2026-06-13T10:20:12.2927081Z    Compiling regex v1.12.3
2026-06-13T10:20:13.0687564Z    Compiling lru v0.16.4
2026-06-13T10:20:13.1057980Z    Compiling webpki-roots v1.0.7
2026-06-13T10:20:13.1834429Z    Compiling iroh-dns v0.98.0
2026-06-13T10:20:13.4625384Z    Compiling seize v0.5.1
2026-06-13T10:20:13.8456196Z    Compiling toml_edit v0.22.27
2026-06-13T10:20:14.1851846Z    Compiling serde_bytes v0.11.19
2026-06-13T10:20:14.1852359Z    Compiling hmac v0.12.1
2026-06-13T10:20:14.2081948Z    Compiling iroh v0.98.2
2026-06-13T10:20:14.3529125Z    Compiling lazy_static v1.5.0
2026-06-13T10:20:15.1733819Z    Compiling dyn-clone v1.0.20
2026-06-13T10:20:15.2818395Z    Compiling utf8parse v0.2.2
2026-06-13T10:20:15.4395591Z    Compiling pin-utils v0.1.0
2026-06-13T10:20:15.4396213Z    Compiling once_cell_polyfill v1.70.2
2026-06-13T10:20:15.7866677Z    Compiling anstyle v1.0.14
2026-06-13T10:20:16.0546732Z    Compiling cmov v0.5.4
2026-06-13T10:20:16.5993437Z    Compiling bitflags v1.3.2
2026-06-13T10:20:16.6172634Z    Compiling anstyle-wincon v3.0.11
2026-06-13T10:20:16.6713604Z    Compiling anstyle-parse v1.0.0
2026-06-13T10:20:16.6794703Z    Compiling hkdf v0.12.4
2026-06-13T10:20:16.7580175Z    Compiling shared_library v0.1.9
2026-06-13T10:20:16.9064476Z    Compiling filedescriptor v0.8.3
2026-06-13T10:20:17.2877391Z    Compiling ctutils v0.4.2
2026-06-13T10:20:17.4288446Z    Compiling toml v0.8.23
2026-06-13T10:20:17.6761570Z    Compiling nix v0.25.1
2026-06-13T10:20:17.7524403Z    Compiling papaya v0.2.4
2026-06-13T10:20:17.8670909Z    Compiling portmapper v0.16.0
2026-06-13T10:20:18.5374751Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-13T10:20:18.5852934Z    Compiling serial v0.4.0
2026-06-13T10:20:18.6103455Z    Compiling backon v1.6.0
2026-06-13T10:20:18.6693570Z    Compiling anstyle-query v1.1.5
2026-06-13T10:20:18.8692056Z    Compiling shell-words v1.1.1
2026-06-13T10:20:18.9310964Z    Compiling is_terminal_polyfill v1.70.2
2026-06-13T10:20:19.0656488Z    Compiling colorchoice v1.0.5
2026-06-13T10:20:19.5047571Z    Compiling downcast-rs v1.2.1
2026-06-13T10:20:19.9948641Z    Compiling anstream v1.0.0
2026-06-13T10:20:20.0221208Z    Compiling spake2 v0.4.0
2026-06-13T10:20:20.2392867Z    Compiling terminal_size v0.4.4
2026-06-13T10:20:20.3368074Z    Compiling sha1 v0.10.6
2026-06-13T10:20:20.4329445Z    Compiling recvmsg v1.0.0
2026-06-13T10:20:20.4329978Z    Compiling doctest-file v1.1.1
2026-06-13T10:20:20.5521827Z    Compiling portable-pty v0.8.1
2026-06-13T10:20:20.6626559Z    Compiling clap_lex v1.1.0
2026-06-13T10:20:20.7897137Z    Compiling clap_derive v4.6.1
2026-06-13T10:20:20.8150374Z    Compiling schemars v1.2.1
2026-06-13T10:20:21.6643456Z    Compiling clap_builder v4.6.0
2026-06-13T10:20:21.7381590Z    Compiling qrcode v0.14.1
2026-06-13T10:20:21.7645490Z    Compiling tempfile v3.27.0
2026-06-13T10:20:22.1638818Z    Compiling spt-term v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-13T10:20:24.8258988Z    Compiling spt-runtime v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-13T10:20:24.8978915Z    Compiling interprocess v2.4.2
2026-06-13T10:20:25.2006557Z    Compiling clap v4.6.1
2026-06-13T10:20:26.8998742Z    Compiling spt-live v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-13T10:20:39.1530820Z    Compiling rustls-webpki v0.103.13
2026-06-13T10:20:41.5647217Z    Compiling tokio-rustls v0.26.4
2026-06-13T10:20:41.5647647Z    Compiling rustls-platform-verifier v0.7.0
2026-06-13T10:20:41.5648155Z    Compiling noq-proto v0.17.0
2026-06-13T10:20:41.7101310Z    Compiling hickory-net v0.26.0-beta.4
2026-06-13T10:20:41.7101771Z    Compiling hyper-rustls v0.27.9
2026-06-13T10:20:41.7102137Z    Compiling tokio-websockets v0.13.2
2026-06-13T10:20:41.8707668Z    Compiling reqwest v0.13.4
2026-06-13T10:20:42.8854336Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-13T10:21:00.3568729Z    Compiling spt-net v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-13T10:21:01.9185266Z    Compiling spt-daemon v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-13T10:21:10.0803797Z    Compiling spt v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-13T10:21:16.2392716Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 44s
2026-06-13T10:21:16.2620482Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-6cde78ecf3b148be.exe)
2026-06-13T10:21:16.3114254Z 
2026-06-13T10:21:16.3114775Z running 1 test
2026-06-13T10:21:24.1354662Z test new_brain_serves_against_old_broker ... ok
2026-06-13T10:21:24.1355190Z 
2026-06-13T10:21:24.1355379Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.82s
2026-06-13T10:21:24.1355634Z 
